home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / term / extras / source / gtlayout-source.lha / gtlayout_global.h < prev    next >
C/C++ Source or Header  |  1995-03-25  |  724b  |  37 lines

  1. /*  GadTools layout toolkit
  2. **
  3. **  Copyright © 1993-1995 by Olaf `Olsen' Barthel
  4. **  Freely distributable.
  5. */
  6.  
  7. #ifndef _GTLAYOUT_GLOBAL_H
  8. #define _GTLAYOUT_GLOBAL_H 1
  9.  
  10. #ifdef _DCC
  11. #define __asm        __regargs
  12. #define __stdargs    __stkargs
  13. #define __saveds    __geta4
  14. #endif    // _DCC
  15.  
  16. #ifndef _GTLAYOUT_INCLUDES_H
  17. #include "gtlayout_includes.h"
  18. #endif    // _GTLAYOUT_INCLUDES_H
  19.  
  20. #ifndef _GTLAYOUT_H
  21. #include "gtlayout.h"
  22. #endif    // _GTLAYOUT_H
  23.  
  24. #ifndef _GTLAYOUT_DEFINES_H
  25. #include "gtlayout_defines.h"
  26. #endif    // _GTLAYOUT_DEFINES_H
  27.  
  28. #ifndef _GTLAYOUT_DATA_H
  29. #include "gtlayout_data.h"
  30. #endif    // _GTLAYOUT_DATA_H
  31.  
  32. #ifndef _GTLAYOUT_LIBPROTOS_H
  33. #include "gtlayout_libprotos.h"
  34. #endif    // _GTLAYOUT_LIBPROTOS_H
  35.  
  36. #endif    // _GTLAYOUT_GLOBAL_H
  37.